home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / ACCOTING / GENESIS.LZH / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1988-09-06  |  393b  |  15 lines

  1. echo off
  2. cls
  3. echo 
  4. echo You are about to print the ASCII version of the Genesis manual
  5. echo on your printer.  This manual is approximately 70 pages in length.
  6. echo Make sure your printer is on line and there is enough paper.
  7. echo 
  8. echo Press any key to start printing
  9. echo              or
  10. echo CTRL-BREAK to terminate the batch job
  11. echo 
  12. echo 
  13. pause
  14. type genascii.v10 > prn
  15.